publish
Author

Tony Duan

Published

January 4, 2023

1.youtube video with iframe

sample:

Code
</iframe>
<iframe width="640" height="480" src="https://www.youtube.com/embed/wo9vZccmqwc" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen>
</iframe>

2.local video with iframe

sample:

Code
</iframe>
<iframe width="640" height="480" src="local.mp4" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen>
</iframe>

3.youtube video with video

sample:

Code
{{< video https://www.youtube.com/embed/wo9vZccmqwc >}}

4.local video with video

sample:

Code
{{< video local.mp4 width="550" height="675" >}}

Reference

https://quarto.org/docs/authoring/videos.html

https://github.com/quarto-ext/lightbox